﻿* { margin:0;padding: 0;outline: none;}
body {background-color: #FFFFFF; font: 14px/1.5 "微软雅黑","Microsoft YaHei","宋体"; color: #484848; /*min-width: 1200px; */overflow-x: hidden;}
ul,li { list-style: none;}
img { border:none; vertical-align: middle;}
a { cursor: pointer; color: inherit;display: inline-block;text-decoration: none;}
ul { list-style-type: none;}
.clearfix { *zoom:1; clear: both;}/*清除浮动*/
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.fl { float: left;}/*向左浮动*/
.fr { float: right;}/*向右浮动*/
.box { box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 9999px white inset; -webkit-appearance: none;}
.hide { display: none;}/*取消显示*/

input,textarea,select{font-family: "微软雅黑","Microsoft YaHei","宋体"; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; font-family: "微软雅黑","Microsoft YaHei","宋体";}
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; font-family: "微软雅黑","Microsoft YaHei","宋体";}
input::-moz-placeholder, textarea::-moz-placeholder { color:#999; font-family: "微软雅黑","Microsoft YaHei","宋体";}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#999; font-family: "微软雅黑","Microsoft YaHei","宋体";}

.container{width: 1200px;margin: 0 auto;}
@media only screen and (max-width:1199px ) {
	.container{width: 98%;}
}
@media only screen and (max-width:640px ) {
	html{font-size: 62.5%;}
	body{font-size: 1.4rem;width:100%;overflow-x: hidden;font-family:"PingFangSC-Regular, sans-serif";}
}


.header{
	width: 100%;
}
.header .logo{
	line-height: 90px;
}
.header .nav li{
	float: left;
	font-weight: bold;
	line-height: 88px;
	margin-right: 35px;
	color: #333333;
}
.header .nav li:hover,
.header .nav li.on{
	color: #023797;
	border-bottom: 2px solid #023797;
}
.header .search{
	position: relative;
}
.header .search span{
	line-height: 90px;
	padding: 0 30px;
	cursor: pointer;
	display: block;
	border-left: 1px solid #E5E5E5;
}
.header .search form{
	position: absolute;
	width: 200px;
	height: 40px;
	padding: 0 4px;
	background: #023797;
	top: 90px;
	right: 0;
	z-index: 999;
}
.header .search form input{
	width: 160px;
	height: 30px;
	background: #FFFFFF;
	margin-top: 4px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #dddddd;
}
.header .search form button{
	width: 32px;
	height: 32px;
	border: none;
	background: #FFFFFF;
	vertical-align: middle;
	display: inline-block;
	margin-top: 4px;
}
.header .search form button img{
	width: 20px;
}
.header .language{
	padding: 0 25px;
	line-height: 90px;
	font-weight: bold;
	color: #666666;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
}
.header .language a:hover{
	color: #333333;
}
.header .nav_s span{
	line-height: 90px;
	display: block;
	cursor: pointer;
}
.header .nav_s .navS_con{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.6);
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    z-index: 999;
}
.header .nav_s .navS_con.active{
	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.header .nav_s .navS_con ul{
	width: 220px;
	height: 100%;
	float: right;
	padding-top: 30px;
	background: #023797;
}
.header .nav_s .navS_con li{
	line-height: 40px;
	font-size: 16px;
	color: #FFFFFF;
}
.header .nav_s .navS_con .bg_box{
	width: 100%;
	height: 100%;
	display: block;
}



.footer{
	width: 100%;
	padding: 40px 0 20px;
	min-height: 160px;
	background: #0036AA;
	box-sizing: border-box;
}
.footer p{
	color: #98b3e2;
	line-height: 24px;
}
.footer div.fl,
.footer div.fr{
	width: 50%;
}
.footer div.fr{
	text-align: right;
}
.footer .fl p{
	font-weight: bold;
	margin: 5px 0;
}
.footer div.fr p{
	font-weight: bold;
	margin: 15px 0;
}
.footer div.fr p a{
	margin-left: 10px;
}
.footer div.fr p a:hover{
	opacity: 0.9;
}
.footer div.fr p .code{
	position: relative;
}
.footer div.fr p .code span{
	position: absolute;
	top: -110px;
	left: -30px;
	display: none;
}
.footer div.fr p .code span img{
	width: 100px;
	height: 100px;
}
.footer div.fr p .code:hover span{
	display: block;
}


@media only screen and (max-width:1199px ) {
	.header .nav li{
		margin-right: 30px;
	}
}
@media only screen and (max-width:1024px ) {
	.nav ul{
		display: none;
	}
	.header .nav_s{
		display: block;
		margin-right: 30px;
	}
}
@media only screen and (max-width:768px ) {
	.footer{
		padding: 20px 0 10px;
	}
    .footer div.fl,
    .footer div.fr{
    	width: 100%;
    	text-align: center;
    	float: none;
    }
}
@media only screen and (max-width:640px ) {
	.header .logo{
		line-height: 60px;
	}
	.header .logo img{
		max-width: 120px;
	}
	.header .search{
		display: none;
	}
	.header .nav_s{
		margin-right: 10px;
	}
	.header .nav_s span{
		line-height: 60px;
	}
	.header .nav_s span img{
		width: 25px;
	}
	.header .language{
		padding: 0 5px;
		border: none;
		line-height: 60px;
	}
	.footer div.fr p:first-child{
		display: none;
	}
	.fangshi ul li {
    	width: 100% !important;
	}
}


.product_nav ul{
	overflow: hidden !important;
}